func vendor/golang.org/x/net/dns/dnsmessage.packUint16
20 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L450: msg = packUint16(msg, h.id)
message.go#L451: msg = packUint16(msg, h.bits)
message.go#L452: msg = packUint16(msg, h.questions)
message.go#L453: msg = packUint16(msg, h.answers)
message.go#L454: msg = packUint16(msg, h.authorities)
message.go#L455: return packUint16(msg, h.additionals)
message.go#L1712: msg = packUint16(msg, h.Length)
message.go#L1750: packUint16(msg[lenOff:lenOff], uint16(conLen))
message.go#L1819: func packUint16(msg []byte, field uint16) []byte {
message.go#L1839: return packUint16(msg, uint16(field))
message.go#L1853: return packUint16(msg, uint16(field))
message.go#L2309: msg = packUint16(msg, r.Pref)
message.go#L2540: msg = packUint16(msg, r.Priority)
message.go#L2541: msg = packUint16(msg, r.Weight)
message.go#L2542: msg = packUint16(msg, r.Port)
message.go#L2665: msg = packUint16(msg, opt.Code)
message.go#L2667: msg = packUint16(msg, l)
svcb.go#L162: msg = packUint16(msg, r.Priority)
svcb.go#L179: msg = packUint16(msg, uint16(param.Key))
svcb.go#L180: msg = packUint16(msg, uint16(len(param.Value)))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |